home *** CD-ROM | disk | FTP | other *** search
/ Software USA 4 #8 / Software USA Volume 4.08.iso / pc / games / edgrevrs / run / edgervsi.exe / 0 / RCDATA / TMAIN / TMAIN.txt < prev   
Encoding:
Text File  |  1999-03-08  |  22.9 KB  |  813 lines

  1. object Main: TMain
  2.   Left = 37
  3.   Top = 145
  4.   Width = 640
  5.   Height = 480
  6.   Caption = 'Edge Reversi'
  7.   Font.Charset = DEFAULT_CHARSET
  8.   Font.Color = clBlack
  9.   Font.Height = -11
  10.   Font.Name = 'Arial'
  11.   Font.Style = []
  12.   Icon.Data = {<image000.ico>}
  13.   KeyPreview = True
  14.   Menu = MainMenu
  15.   Position = poScreenCenter
  16.   WindowState = wsMaximized
  17.   OnClose = FormClose
  18.   OnCloseQuery = FormCloseQuery
  19.   OnCreate = FormCreate
  20.   OnKeyPress = FormKeyPress
  21.   OnResize = FormResize
  22.   PixelsPerInch = 96
  23.   TextHeight = 14
  24.   object LMDShadowFill1: TLMDShadowFill
  25.     Left = 16
  26.     Top = 44
  27.     Width = 320
  28.     Height = 321
  29.   end
  30.   object Bevel1: TBevel
  31.     Left = 0
  32.     Top = 0
  33.     Width = 632
  34.     Height = 2
  35.     Align = alTop
  36.   end
  37.   object StatusBar: TPanel
  38.     Left = 0
  39.     Top = 415
  40.     Width = 632
  41.     Height = 19
  42.     Align = alBottom
  43.     Alignment = taLeftJustify
  44.     BevelInner = bvLowered
  45.     Font.Charset = DEFAULT_CHARSET
  46.     Font.Color = clBlack
  47.     Font.Height = -11
  48.     Font.Name = 'MS Sans Serif'
  49.     Font.Style = []
  50.     ParentFont = False
  51.     TabOrder = 0
  52.   end
  53.   object LMDSimplePanel1: TLMDSimplePanel
  54.     Left = 0
  55.     Top = 2
  56.     Width = 632
  57.     Height = 26
  58.     Align = alTop
  59.     TabOrder = 1
  60.     Transparent = False
  61.     object LMDOfficeButton1: TLMDOfficeButton
  62.       Left = 4
  63.       Top = 2
  64.       Width = 23
  65.       Height = 22
  66.       Hint = '|Open a game file'
  67.       Glyph.Data = {
  68.         F6000000424DF600000000000000760000002800000010000000100000000100
  69.         0400000000008000000000000000000000001000000010000000000000000000
  70.         80000080000000808000800000008000800080800000C0C0C000808080000000
  71.         FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00777777777777
  72.         77777777777777777777000000000007777700333333333077770B0333333333
  73.         07770FB03333333330770BFB0333333333070FBFB000000000000BFBFBFBFB07
  74.         77770FBFBFBFBF0777770BFB0000000777777000777777770007777777777777
  75.         7007777777770777070777777777700077777777777777777777}
  76.       OnClick = LMDOfficeButton1Click
  77.     end
  78.     object LMDOfficeButton2: TLMDOfficeButton
  79.       Left = 28
  80.       Top = 2
  81.       Width = 23
  82.       Height = 22
  83.       Hint = '|Save a game file'
  84.       Glyph.Data = {
  85.         F6000000424DF600000000000000760000002800000010000000100000000100
  86.         0400000000008000000000000000000000001000000010000000000000000000
  87.         8000008000000080800080000000800080008080000080808000C0C0C0000000
  88.         FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00222222222222
  89.         2222220000000000000220330000008803022033000000880302203300000088
  90.         0302203300000000030220333333333333022033000000003302203088888888
  91.         0302203088888888030220308888888803022030888888880302203088888888
  92.         0002203088888888080220000000000000022222222222222222}
  93.       OnClick = LMDOfficeButton2Click
  94.     end
  95.     object LMDOfficeButton3: TLMDOfficeButton
  96.       Left = 52
  97.       Top = 2
  98.       Width = 23
  99.       Height = 22
  100.       Hint = '|New game'
  101.       Glyph.Data = {
  102.         F6000000424DF600000000000000760000002800000010000000100000000100
  103.         0400000000008000000000000000000000001000000010000000000000000000
  104.         8000008000000080800080000000800080008080000080808000C0C0C0000000
  105.         FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00888888888888
  106.         888888888888888888888800000000000888880FFFFFFFFF0888880FFFFFFFFF
  107.         0888880FFFFFFFFF0888880FFFFFFFFF0888880FFFFFFFFF0888880FFFFFFFFF
  108.         0888880FFFFFFFFF0888880FFFFFFFFF0888880FFFFFF0000888880FFFFFF0F0
  109.         8888880FFFFFF008888888000000008888888888888888888888}
  110.       OnClick = LMDOfficeButton3Click
  111.     end
  112.   end
  113.   object Reversi1: TReversi
  114.     Left = 4
  115.     Top = 32
  116.     Width = 320
  117.     Height = 320
  118.     Gamma = 1500
  119.     Level = TimeLevel
  120.     MoveTime = 2
  121.     ToMove = Black
  122.     Nodes = 0
  123.     Mode = Normal
  124.     WhiteDiscs = 2
  125.     BlackDiscs = 2
  126.     ShowJustPlayed = True
  127.     JustPlayedColour = clYellow
  128.     ShowLegal = True
  129.     ShowThinking = True
  130.     ShowLegalColor = clRed
  131.     ShowFlips = True
  132.     Selective = True
  133.     SelectiveDepth = 10
  134.     Thinking = False
  135.     Version = '1.0a'
  136.     OnPlyChange = Reversi1PlyChange
  137.     OnBestChange = Reversi1BestChange
  138.     OnConsiderNew = Reversi1ConsiderNew
  139.     OnBeginSearch = Reversi1BeginSearch
  140.     OnEndSearch = Reversi1EndSearch
  141.     OnEndGame = Reversi1EndGame
  142.     OnMove = Reversi1Move
  143.     Color = clGreen
  144.   end
  145.   object LMDSimplePanel2: TLMDSimplePanel
  146.     Left = 344
  147.     Top = 28
  148.     Width = 288
  149.     Height = 347
  150.     Align = alRight
  151.     TabOrder = 3
  152.     Transparent = False
  153.     object GroupBox1: TGroupBox
  154.       Left = 0
  155.       Top = 0
  156.       Width = 288
  157.       Height = 97
  158.       Align = alTop
  159.       Caption = 'Game'
  160.       Font.Charset = DEFAULT_CHARSET
  161.       Font.Color = clBlack
  162.       Font.Height = -11
  163.       Font.Name = 'Arial'
  164.       Font.Style = [fsBold]
  165.       ParentFont = False
  166.       TabOrder = 0
  167.       object Label1: TLabel
  168.         Left = 12
  169.         Top = 40
  170.         Width = 26
  171.         Height = 14
  172.         Caption = 'Disks'
  173.         Font.Charset = DEFAULT_CHARSET
  174.         Font.Color = clBlack
  175.         Font.Height = -11
  176.         Font.Name = 'Arial'
  177.         Font.Style = []
  178.         ParentFont = False
  179.       end
  180.       object Shape1: TShape
  181.         Left = 117
  182.         Top = 15
  183.         Width = 21
  184.         Height = 17
  185.         Shape = stCircle
  186.       end
  187.       object Shape2: TShape
  188.         Left = 193
  189.         Top = 15
  190.         Width = 21
  191.         Height = 17
  192.         Brush.Color = clBlack
  193.         Shape = stCircle
  194.       end
  195.       object Label2: TLabel
  196.         Left = 12
  197.         Top = 58
  198.         Width = 41
  199.         Height = 14
  200.         Caption = 'To Move'
  201.         Font.Charset = DEFAULT_CHARSET
  202.         Font.Color = clBlack
  203.         Font.Height = -11
  204.         Font.Name = 'Arial'
  205.         Font.Style = []
  206.         ParentFont = False
  207.       end
  208.       object Label3: TLabel
  209.         Left = 12
  210.         Top = 76
  211.         Width = 26
  212.         Height = 14
  213.         Caption = 'Level'
  214.         Font.Charset = DEFAULT_CHARSET
  215.         Font.Color = clBlack
  216.         Font.Height = -11
  217.         Font.Name = 'Arial'
  218.         Font.Style = []
  219.         ParentFont = False
  220.       end
  221.       object Label4: TLabel
  222.         Left = 105
  223.         Top = 40
  224.         Width = 45
  225.         Height = 14
  226.         Alignment = taCenter
  227.         AutoSize = False
  228.         Caption = 'Label4'
  229.         Font.Charset = DEFAULT_CHARSET
  230.         Font.Color = clBlue
  231.         Font.Height = -11
  232.         Font.Name = 'Arial'
  233.         Font.Style = []
  234.         ParentFont = False
  235.       end
  236.       object Label5: TLabel
  237.         Left = 181
  238.         Top = 40
  239.         Width = 45
  240.         Height = 14
  241.         Alignment = taCenter
  242.         AutoSize = False
  243.         Caption = 'Label5'
  244.         Font.Charset = DEFAULT_CHARSET
  245.         Font.Color = clBlue
  246.         Font.Height = -11
  247.         Font.Name = 'Arial'
  248.         Font.Style = []
  249.         ParentFont = False
  250.       end
  251.       object LMDNImage1: TLMDNImage
  252.         Left = 120
  253.         Top = 56
  254.         Width = 17
  255.         Height = 17
  256.         TransparentStyle.Color = clYellow
  257.         TransparentStyle.Mode = tpRBTranspColor
  258.         Bitmap.Data = {
  259.           36030000424D3603000000000000360000002800000010000000100000000100
  260.           180000000000000300000000000000000000000000000000000000FFFF00FFFF
  261.           00FFFF00FFFF00FFFF00FFFF00FFFF00FFFF00FFFF00FFFF00FFFF00FFFF00FF
  262.           FF00FFFF00FFFF00FFFF00FFFF00FFFF00FFFF00FFFF84848484848400FFFF00
  263.           FFFF00FFFF00FFFF00FFFF00FFFF00FFFF00FFFF00FFFF00FFFF00FFFF00FFFF
  264.           00FFFF84848484848484848484848400FFFF00FFFF00FFFF00FFFF00FFFF00FF
  265.           FF00FFFF00FFFF00FFFF00FFFF00FFFF00FFFF00840000840084848484848400
  266.           FFFF00FFFF00FFFF00FFFF00FFFF00FFFF00FFFF00FFFF00FFFF00FFFF00FFFF
  267.           00840000840000840000840084848484848400FFFF00FFFF00FFFF00FFFF00FF
  268.           FF00FFFF00FFFF00FFFF00FFFF84848400840000840000840000840084848484
  269.           848484848400FFFF00FFFF00FFFF00FFFF00FFFF00FFFF00FFFF00FFFF008400
  270.           00840000840000840000840000840084848484848400FFFF00FFFF00FFFF00FF
  271.           FF00FFFF00FFFF00FFFF00840000840000840000840000FFFF00840000840000
  272.           840084848484848400FFFF00FFFF00FFFF00FFFF00FFFF00FFFF00FFFF008400
  273.           00840000840000FFFF00840000840000840084848484848484848400FFFF00FF
  274.           FF00FFFF00FFFF00FFFF00FFFF00FFFF00FFFF00FFFF00FFFF00FFFF00840000
  275.           840000840084848484848484848400FFFF00FFFF00FFFF00FFFF00FFFF00FFFF
  276.           00FFFF00FFFF00FFFF00FFFF00FFFF0084000084000084008484848484848484
  277.           8400FFFF00FFFF00FFFF00FFFF00FFFF00FFFF00FFFF00FFFF00FFFF00FFFF00
  278.           FFFF00840000840000840084848484848484848400FFFF00FFFF00FFFF00FFFF
  279.           00FFFF00FFFF00FFFF00FFFF00FFFF00FFFF00FFFF00840000840000840000FF
  280.           FF84848484848400FFFF00FFFF00FFFF00FFFF00FFFF00FFFF00FFFF00FFFF00
  281.           FFFF00FFFF00FFFF00840000840000840000FFFF00FFFF00FFFF00FFFF00FFFF
  282.           00FFFF00FFFF00FFFF00FFFF00FFFF00FFFF00FFFF00FFFF00FFFF00FFFF0084
  283.           0000840000FFFF00FFFF00FFFF00FFFF00FFFF00FFFF00FFFF00FFFF00FFFF00
  284.           FFFF00FFFF00FFFF00FFFF00FFFF00FFFF00FFFF00FFFF00FFFF}
  285.       end
  286.       object LMDNImage2: TLMDNImage
  287.         Left = 196
  288.         Top = 56
  289.         Width = 17
  290.         Height = 17
  291.         TransparentStyle.Color = clYellow
  292.         TransparentStyle.Mode = tpRBTranspColor
  293.         Bitmap.Data = {
  294.           36030000424D3603000000000000360000002800000010000000100000000100
  295.           180000000000000300000000000000000000000000000000000000FFFF00FFFF
  296.           00FFFF00FFFF00FFFF00FFFF00FFFF00FFFF00FFFF00FFFF00FFFF00FFFF00FF
  297.           FF00FFFF00FFFF00FFFF00FFFF00FFFF00FFFF00FFFF84848484848400FFFF00
  298.           FFFF00FFFF00FFFF00FFFF00FFFF00FFFF00FFFF00FFFF00FFFF00FFFF00FFFF
  299.           00FFFF84848484848484848484848400FFFF00FFFF00FFFF00FFFF00FFFF00FF
  300.           FF00FFFF00FFFF00FFFF00FFFF00FFFF00FFFF00840000840084848484848400
  301.           FFFF00FFFF00FFFF00FFFF00FFFF00FFFF00FFFF00FFFF00FFFF00FFFF00FFFF
  302.           00840000840000840000840084848484848400FFFF00FFFF00FFFF00FFFF00FF
  303.           FF00FFFF00FFFF00FFFF00FFFF84848400840000840000840000840084848484
  304.           848484848400FFFF00FFFF00FFFF00FFFF00FFFF00FFFF00FFFF00FFFF008400
  305.           00840000840000840000840000840084848484848400FFFF00FFFF00FFFF00FF
  306.           FF00FFFF00FFFF00FFFF00840000840000840000840000FFFF00840000840000
  307.           840084848484848400FFFF00FFFF00FFFF00FFFF00FFFF00FFFF00FFFF008400
  308.           00840000840000FFFF00840000840000840084848484848484848400FFFF00FF
  309.           FF00FFFF00FFFF00FFFF00FFFF00FFFF00FFFF00FFFF00FFFF00FFFF00840000
  310.           840000840084848484848484848400FFFF00FFFF00FFFF00FFFF00FFFF00FFFF
  311.           00FFFF00FFFF00FFFF00FFFF00FFFF0084000084000084008484848484848484
  312.           8400FFFF00FFFF00FFFF00FFFF00FFFF00FFFF00FFFF00FFFF00FFFF00FFFF00
  313.           FFFF00840000840000840084848484848484848400FFFF00FFFF00FFFF00FFFF
  314.           00FFFF00FFFF00FFFF00FFFF00FFFF00FFFF00FFFF00840000840000840000FF
  315.           FF84848484848400FFFF00FFFF00FFFF00FFFF00FFFF00FFFF00FFFF00FFFF00
  316.           FFFF00FFFF00FFFF00840000840000840000FFFF00FFFF00FFFF00FFFF00FFFF
  317.           00FFFF00FFFF00FFFF00FFFF00FFFF00FFFF00FFFF00FFFF00FFFF00FFFF0084
  318.           0000840000FFFF00FFFF00FFFF00FFFF00FFFF00FFFF00FFFF00FFFF00FFFF00
  319.           FFFF00FFFF00FFFF00FFFF00FFFF00FFFF00FFFF00FFFF00FFFF}
  320.       end
  321.       object Label6: TLabel
  322.         Left = 109
  323.         Top = 76
  324.         Width = 174
  325.         Height = 14
  326.         AutoSize = False
  327.         Caption = 'Label6'
  328.         Font.Charset = DEFAULT_CHARSET
  329.         Font.Color = clBlue
  330.         Font.Height = -11
  331.         Font.Name = 'Arial'
  332.         Font.Style = []
  333.         ParentFont = False
  334.       end
  335.     end
  336.     object GroupBox2: TGroupBox
  337.       Left = 0
  338.       Top = 97
  339.       Width = 288
  340.       Height = 84
  341.       Align = alTop
  342.       Caption = 'Statistics'
  343.       Font.Charset = DEFAULT_CHARSET
  344.       Font.Color = clBlack
  345.       Font.Height = -11
  346.       Font.Name = 'Arial'
  347.       Font.Style = [fsBold]
  348.       ParentFont = False
  349.       TabOrder = 1
  350.       object Label7: TLabel
  351.         Left = 12
  352.         Top = 24
  353.         Width = 77
  354.         Height = 14
  355.         Caption = 'Candidate Move'
  356.         Font.Charset = DEFAULT_CHARSET
  357.         Font.Color = clBlack
  358.         Font.Height = -11
  359.         Font.Name = 'Arial'
  360.         Font.Style = []
  361.         ParentFont = False
  362.       end
  363.       object Label8: TLabel
  364.         Left = 12
  365.         Top = 44
  366.         Width = 57
  367.         Height = 14
  368.         Caption = 'Considering'
  369.         Font.Charset = DEFAULT_CHARSET
  370.         Font.Color = clBlack
  371.         Font.Height = -11
  372.         Font.Name = 'Arial'
  373.         Font.Style = []
  374.         ParentFont = False
  375.       end
  376.       object Label9: TLabel
  377.         Left = 176
  378.         Top = 44
  379.         Width = 28
  380.         Height = 14
  381.         Caption = 'Depth'
  382.         Font.Charset = DEFAULT_CHARSET
  383.         Font.Color = clBlack
  384.         Font.Height = -11
  385.         Font.Name = 'Arial'
  386.         Font.Style = []
  387.         ParentFont = False
  388.       end
  389.       object Label10: TLabel
  390.         Left = 176
  391.         Top = 24
  392.         Width = 49
  393.         Height = 14
  394.         Caption = 'Evaluation'
  395.         Font.Charset = DEFAULT_CHARSET
  396.         Font.Color = clBlack
  397.         Font.Height = -11
  398.         Font.Name = 'Arial'
  399.         Font.Style = []
  400.         ParentFont = False
  401.       end
  402.       object Label11: TLabel
  403.         Left = 109
  404.         Top = 24
  405.         Width = 38
  406.         Height = 14
  407.         Caption = 'Label11'
  408.         Color = clBtnFace
  409.         Font.Charset = DEFAULT_CHARSET
  410.         Font.Color = clBlue
  411.         Font.Height = -11
  412.         Font.Name = 'Arial'
  413.         Font.Style = []
  414.         ParentColor = False
  415.         ParentFont = False
  416.       end
  417.       object Label12: TLabel
  418.         Left = 109
  419.         Top = 44
  420.         Width = 38
  421.         Height = 14
  422.         Caption = 'Label12'
  423.         Color = clBtnFace
  424.         Font.Charset = DEFAULT_CHARSET
  425.         Font.Color = clBlue
  426.         Font.Height = -11
  427.         Font.Name = 'Arial'
  428.         Font.Style = []
  429.         ParentColor = False
  430.         ParentFont = False
  431.       end
  432.       object Label13: TLabel
  433.         Left = 237
  434.         Top = 24
  435.         Width = 38
  436.         Height = 14
  437.         Caption = 'Label13'
  438.         Color = clBtnFace
  439.         Font.Charset = DEFAULT_CHARSET
  440.         Font.Color = clBlue
  441.         Font.Height = -11
  442.         Font.Name = 'Arial'
  443.         Font.Style = []
  444.         ParentColor = False
  445.         ParentFont = False
  446.       end
  447.       object Label14: TLabel
  448.         Left = 237
  449.         Top = 44
  450.         Width = 38
  451.         Height = 14
  452.         Caption = 'Label14'
  453.         Color = clBtnFace
  454.         Font.Charset = DEFAULT_CHARSET
  455.         Font.Color = clBlue
  456.         Font.Height = -11
  457.         Font.Name = 'Arial'
  458.         Font.Style = []
  459.         ParentColor = False
  460.         ParentFont = False
  461.       end
  462.       object Label15: TLabel
  463.         Left = 252
  464.         Top = 43
  465.         Width = 3
  466.         Height = 14
  467.         Caption = ':'
  468.         Font.Charset = DEFAULT_CHARSET
  469.         Font.Color = clBlue
  470.         Font.Height = -11
  471.         Font.Name = 'Arial'
  472.         Font.Style = [fsBold]
  473.         ParentFont = False
  474.       end
  475.       object Label16: TLabel
  476.         Left = 260
  477.         Top = 44
  478.         Width = 4
  479.         Height = 14
  480.         Caption = '-'
  481.         Font.Charset = DEFAULT_CHARSET
  482.         Font.Color = clBlue
  483.         Font.Height = -11
  484.         Font.Name = 'Arial'
  485.         Font.Style = []
  486.         ParentFont = False
  487.       end
  488.       object Label17: TLabel
  489.         Left = 12
  490.         Top = 64
  491.         Width = 31
  492.         Height = 14
  493.         Caption = 'Nodes'
  494.         Font.Charset = DEFAULT_CHARSET
  495.         Font.Color = clBlack
  496.         Font.Height = -11
  497.         Font.Name = 'Arial'
  498.         Font.Style = []
  499.         ParentFont = False
  500.       end
  501.       object Label18: TLabel
  502.         Left = 109
  503.         Top = 64
  504.         Width = 38
  505.         Height = 14
  506.         Caption = 'Label18'
  507.         Color = clBtnFace
  508.         Font.Charset = DEFAULT_CHARSET
  509.         Font.Color = clBlue
  510.         Font.Height = -11
  511.         Font.Name = 'Arial'
  512.         Font.Style = []
  513.         ParentColor = False
  514.         ParentFont = False
  515.       end
  516.     end
  517.     object LMDSimplePanel4: TLMDSimplePanel
  518.       Left = 0
  519.       Top = 337
  520.       Width = 288
  521.       Height = 10
  522.       Align = alBottom
  523.       TabOrder = 2
  524.       Transparent = False
  525.     end
  526.     object GroupBox3: TGroupBox
  527.       Left = 0
  528.       Top = 181
  529.       Width = 288
  530.       Height = 156
  531.       Align = alClient
  532.       Caption = 'Best Line'
  533.       Font.Charset = DEFAULT_CHARSET
  534.       Font.Color = clBlack
  535.       Font.Height = -11
  536.       Font.Name = 'Arial'
  537.       Font.Style = [fsBold]
  538.       ParentFont = False
  539.       TabOrder = 3
  540.       object LMDSimplePanel5: TLMDSimplePanel
  541.         Left = 280
  542.         Top = 21
  543.         Width = 6
  544.         Height = 127
  545.         Align = alRight
  546.         TabOrder = 0
  547.         Transparent = False
  548.       end
  549.       object LMDSimplePanel6: TLMDSimplePanel
  550.         Left = 2
  551.         Top = 21
  552.         Width = 7
  553.         Height = 127
  554.         Align = alLeft
  555.         TabOrder = 1
  556.         Transparent = False
  557.       end
  558.       object LMDSimplePanel7: TLMDSimplePanel
  559.         Left = 2
  560.         Top = 148
  561.         Width = 284
  562.         Height = 6
  563.         Align = alBottom
  564.         TabOrder = 2
  565.         Transparent = False
  566.       end
  567.       object LMDSimplePanel8: TLMDSimplePanel
  568.         Left = 2
  569.         Top = 16
  570.         Width = 284
  571.         Height = 5
  572.         Align = alTop
  573.         TabOrder = 3
  574.         Transparent = False
  575.       end
  576.       object ListBox1: TListBox
  577.         Left = 9
  578.         Top = 21
  579.         Width = 271
  580.         Height = 127
  581.         Align = alClient
  582.         Enabled = False
  583.         Font.Charset = DEFAULT_CHARSET
  584.         Font.Color = clBlue
  585.         Font.Height = -11
  586.         Font.Name = 'Arial'
  587.         Font.Style = []
  588.         ItemHeight = 14
  589.         ParentFont = False
  590.         Style = lbOwnerDrawFixed
  591.         TabOrder = 4
  592.         OnDrawItem = ListBox1DrawItem
  593.       end
  594.     end
  595.   end
  596.   object LMDSimplePanel3: TLMDSimplePanel
  597.     Left = 0
  598.     Top = 375
  599.     Width = 632
  600.     Height = 40
  601.     Align = alBottom
  602.     TabOrder = 4
  603.     Transparent = False
  604.     object LMDOfficeButton4: TLMDOfficeButton
  605.       Left = 112
  606.       Top = 4
  607.       Width = 97
  608.       Height = 29
  609.       Hint = '|Force the computer to play'
  610.       Caption = 'edge'
  611.       Color = clRed
  612.       Font.Charset = DEFAULT_CHARSET
  613.       Font.Color = clWhite
  614.       Font.Height = -19
  615.       Font.Name = 'Arial'
  616.       Font.Style = [fsBold]
  617.       ParentFont = False
  618.       OnClick = LMDOfficeButton4Click
  619.     end
  620.     object LMDShapeButton1: TLMDShapeButton
  621.       Left = 64
  622.       Top = 4
  623.       Width = 45
  624.       Height = 33
  625.       Hint = '|Take back a move'
  626.       OnClick = LMDShapeButton1Click
  627.       AllowTransparency = True
  628.       AllowMouseOver = True
  629.       MouseOver = False
  630.       Shape.Shape = stDirectLeft
  631.       Colors.Down = clRed
  632.       Colors.MouseOver = clBlue
  633.       Colors.Up = clBlue
  634.     end
  635.     object LMDShapeButton2: TLMDShapeButton
  636.       Left = 212
  637.       Top = 3
  638.       Width = 45
  639.       Height = 33
  640.       Hint = '|Move forward one move'
  641.       OnClick = LMDShapeButton2Click
  642.       AllowTransparency = True
  643.       AllowMouseOver = True
  644.       MouseOver = False
  645.       Shape.Shape = stDirectRight
  646.       Colors.Down = clRed
  647.       Colors.MouseOver = clBlue
  648.       Colors.Up = clBlue
  649.     end
  650.   end
  651.   object MainMenu: TMainMenu
  652.     Left = 331
  653.     Top = 382
  654.     object FileMenu: TMenuItem
  655.       Caption = '&File'
  656.       object New1: TMenuItem
  657.         Caption = '&New'
  658.         Hint = 'New game'
  659.         OnClick = New1Click
  660.       end
  661.       object OpenItem: TMenuItem
  662.         Caption = '&Open...'
  663.         Hint = 'Open a file'
  664.         OnClick = OpenItemClick
  665.       end
  666.       object SaveItem: TMenuItem
  667.         Caption = '&Save...'
  668.         Hint = 'Save current file'
  669.         OnClick = SaveItemClick
  670.       end
  671.       object N1: TMenuItem
  672.         Caption = '-'
  673.       end
  674.       object ExitItem: TMenuItem
  675.         Caption = 'E&xit'
  676.         Hint = 'Exit application'
  677.         ShortCut = 32856
  678.         OnClick = ExitItemClick
  679.       end
  680.     end
  681.     object Edit1: TMenuItem
  682.       Caption = '&Edit'
  683.       OnClick = Edit1Click
  684.       object Level1: TMenuItem
  685.         Caption = 'Level...'
  686.         Hint = 'Set level of play'
  687.         ShortCut = 16460
  688.         OnClick = Level1Click
  689.       end
  690.       object TwoPlayer1: TMenuItem
  691.         Caption = 'Two Player'
  692.         Hint = 'Two player mode'
  693.         OnClick = TwoPlayer1Click
  694.       end
  695.       object N3: TMenuItem
  696.         Caption = '-'
  697.       end
  698.       object TakeBack1: TMenuItem
  699.         Caption = 'Take Back'
  700.         Hint = 'Take back a move'
  701.         ShortCut = 46
  702.         OnClick = TakeBack1Click
  703.       end
  704.       object MoveForward1: TMenuItem
  705.         Caption = 'Move Forward'
  706.         Hint = 'Move forward one move'
  707.         ShortCut = 45
  708.         OnClick = MoveForward1Click
  709.       end
  710.       object N2: TMenuItem
  711.         Caption = '-'
  712.       end
  713.       object Move1: TMenuItem
  714.         Caption = 'Move Now'
  715.         Hint = 'Force the computer to play'
  716.         OnClick = Move1Click
  717.       end
  718.     end
  719.     object View1: TMenuItem
  720.       Caption = '&View'
  721.       OnClick = View1Click
  722.       object Thinking1: TMenuItem
  723.         Caption = 'Show Thinking'
  724.         Hint = 'Display the candidate move'
  725.         OnClick = Thinking1Click
  726.       end
  727.       object LegalMoves1: TMenuItem
  728.         Caption = 'Show Legal Moves'
  729.         Hint = 'Display all legal moves'
  730.         OnClick = LegalMoves1Click
  731.       end
  732.       object ShowFlipableSquares1: TMenuItem
  733.         Caption = 'Show Flipable Discs'
  734.         Hint = 'Diplay the disc that would be flipped'
  735.         OnClick = ShowFlipableSquares1Click
  736.       end
  737.       object Statistics1: TMenuItem
  738.         Caption = 'Statistics'
  739.         Hint = 'Display the game statistics'
  740.         OnClick = Statistics1Click
  741.       end
  742.       object BestLine1: TMenuItem
  743.         Caption = 'Show Best Line'
  744.         Hint = 'Display the best line of play'
  745.         OnClick = BestLine1Click
  746.       end
  747.       object N4: TMenuItem
  748.         Caption = '-'
  749.       end
  750.       object Sound1: TMenuItem
  751.         Caption = 'Sound'
  752.         Hint = 'Make a sound after each move'
  753.         OnClick = Sound1Click
  754.       end
  755.       object Selective1: TMenuItem
  756.         Caption = 'Selective'
  757.         Checked = True
  758.         Hint = 'Selective search'
  759.         OnClick = Selective1Click
  760.       end
  761.     end
  762.     object Help1: TMenuItem
  763.       Caption = '&Help'
  764.       object About1: TMenuItem
  765.         Caption = '&About...'
  766.         Hint = 'Display about box'
  767.         OnClick = About1Click
  768.       end
  769.     end
  770.   end
  771.   object OpenDialog: TOpenDialog
  772.     Filter = 'Game Files (*.RGM)|*.RGM'
  773.     Left = 391
  774.     Top = 378
  775.   end
  776.   object SaveDialog: TSaveDialog
  777.     Filter = 'Reversi Game Files (*.RGM)|*.RGM'
  778.     Left = 359
  779.     Top = 386
  780.   end
  781.   object LMDIniCtrl1: TLMDIniCtrl
  782.     IniFile = 'Reversi.ini'
  783.     IniPrefix = ppProgram
  784.     Target = itIniFile
  785.     Left = 428
  786.     Top = 379
  787.   end
  788.   object Timer1: TTimer
  789.     Enabled = False
  790.     OnTimer = Timer1Timer
  791.     Left = 528
  792.     Top = 379
  793.   end
  794.   object LMDWaveComp1: TLMDWaveComp
  795.     Wave.Data = {
  796.       0001000052494646F800000057415645666D7420100000000100010022560000
  797.       225600000100080064617461D300000069766C7896978E9DA0847A816D596876
  798.       6B7795968E9D9F857A816F5A68756C7693968D9C9F857A81705A67756B759395
  799.       8D9B9F867B82705B67756C7492958D9B9F877B82725C67756C7490958C99A088
  800.       7B82735D66756D728F958C98A08A7B81755E65756E718D968C96A08C7B817760
  801.       647570708A968C949F8F7C807A626274716F87968D929F917D807C656172726E
  802.       84958E919E937E7F7D676072736E82958F8F9D957F7E7E686071746D80948F8F
  803.       9D95807E7F6A6070746D7E93908D9C97817E806C606F756E7C93908D9B98827D
  804.       806D6000}
  805.     Left = 472
  806.     Top = 383
  807.   end
  808.   object LMDSysInfo1: TLMDSysInfo
  809.     Left = 308
  810.     Top = 383
  811.   end
  812. end
  813.